home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMASCII / TFRMASCII.txt
Encoding:
Text File  |  2002-03-14  |  2.1 KB  |  86 lines

  1. object frmAscii: TfrmAscii
  2.   Left = 375
  3.   Top = 194
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Non-English Language Sensitivity'
  7.   ClientHeight = 217
  8.   ClientWidth = 433
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object EsLabel1: TEsLabel
  19.     Left = 3
  20.     Top = 0
  21.     Width = 406
  22.     Height = 35
  23.     Appearance = apCustom
  24.     Caption = 'Non-English Language Sensitivity'
  25.     ColorScheme = csCustom
  26.     CustomSettings.ShadowColor = clOlive
  27.     CustomSettings.ShadowDepth = 4
  28.     CustomSettings.ShadowStyle = ssExtrude
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlue
  31.     Font.Height = -27
  32.     Font.Name = 'Times New Roman'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label22: TLabel
  37.     Left = 8
  38.     Top = 42
  39.     Width = 417
  40.     Height = 79
  41.     AutoSize = False
  42.     Caption = 
  43.       'Standard printable ASCII values for the English language charact' +
  44.       'er set are from decimal 32 to 128.  If you receive legitimate me' +
  45.       'ssages that contain accented characters adjust the selection bel' +
  46.       'ow to avoid marking good e-mail messages as spam.'
  47.     WordWrap = True
  48.   end
  49.   object btOK: TButton
  50.     Left = 258
  51.     Top = 184
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 0
  58.     OnClick = btOKClick
  59.   end
  60.   object btCancel: TButton
  61.     Left = 346
  62.     Top = 184
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 1
  69.     OnClick = btCancelClick
  70.   end
  71.   object cbRange: TComboBox
  72.     Left = 8
  73.     Top = 144
  74.     Width = 414
  75.     Height = 24
  76.     Style = csDropDownList
  77.     ItemHeight = 16
  78.     Items.Strings = (
  79.       'Only one character is Non-English (most restrictive)'
  80.       'One third (33%) or more of the characters are Non-English'
  81.       'One half (50%) or more of the characters are Non-English'
  82.       'Two thirds (67%) or more of the characters are Non-English')
  83.     TabOrder = 2
  84.   end
  85. end
  86.